home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / MindScape.swf / scripts / DefineButton2_965 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-12-04  |  136 b   |  7 lines

  1. on(release){
  2.    _root.endSuccess = false;
  3.    _root.gotoAndPlay("submit_score");
  4.    _root.currLvl = 0;
  5.    removeMovieClip(this);
  6. }
  7.